home *** CD-ROM | disk | FTP | other *** search
/ Disney's Chicken Little …e) (Electronic Press Kit) / Disney's Chicken Little (Europe) (Electronic Press Kit).bin / bv_cl_artwork.swf / scripts / DefineButton2_16 / BUTTONCONDACTION on(release).as
Text File  |  2005-09-22  |  115b  |  8 lines

  1. on(release){
  2.    if(_root.barmark >= -12)
  3.    {
  4.       _root.barXtemp += 300;
  5.       _root.barmark -= 1;
  6.    }
  7. }
  8.